Adding a Transaction Log at runtime to prevent it from running out of space

sometimes, when running a big transaction, the transaction log can become full or simply grow to a huge size . while you can sometimes free some space using “backup log db-name with truncate_only” and trying to shrink the DB using SQL Management studio. The process is described in the above link but basically it is: … Continue reading Adding a Transaction Log at runtime to prevent it from running out of space